CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - calculator stack

搜索资源列表

  1. stack

    0下载:
  2. 中缀多项式计算器,能算浮点数的多位运算,界面友好,有一定容错能力-Polynomial calculator infix can count the floating-point number operation, friendly interface, some fault tolerance
  3. 所属分类:Console

    • 发布日期:2017-11-29
    • 文件大小:1772
    • 提供者:denghb
  1. Calculator

    0下载:
  2. 应用栈实现简单表达式的计算。(没有界面)-Application of the stack to achieve simple calculation expression.(no interface)
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:2589
    • 提供者:刘波
  1. calculator

    0下载:
  2. 这是一个支持数学表达式的c语言源代码(使用栈实现的)-This is a support to the mathematical expression of the c language source code (using the stack to achieve)
  3. 所属分类:Data structs

    • 发布日期:2017-12-07
    • 文件大小:2311
    • 提供者:蓝天
  1. calculator

    0下载:
  2. 一个简易计算器,用栈实现多项式的加减乘除-Simple calculator with a stack polynomial, Math
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:7866
    • 提供者:潘思敏
  1. Calculator

    0下载:
  2. 这是一个对算术表达式进行求值的控制台程序,程序主要用了数据结构中的栈的方法思想。先把表达式转化为后缀表达式,然后两对后缀表达式求值。程序可以实现对加、减、乘、除、乘方进行运算,还支持括号-This is an arithmetic expression is evaluated console program, the program mainly used the data structure stack method thought. First expression into postfi
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:17245
    • 提供者:qiur
  1. calculator

    0下载:
  2. 输入一个多项式,计算器通过运算输出结果(其中的实现过程为堆栈来实现)-Enter a polynomial calculator through the operation output (including the implementation process for the stack to achieve)
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:979
    • 提供者:杨星
  1. calculator

    0下载:
  2. 使用栈的数据结构,可以进行简单数学运算的计算器程序。-Using the stack data structure that can perform simple arithmetic calculator program.
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1170347
    • 提供者:jackwu
  1. Calculator

    0下载:
  2. 基于MFC的一个四则混合计算器,基于堆栈的原理-MFC-based one four hybrid calculator, based on the principle of the stack
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:878201
    • 提供者:陈志涛
  1. calculator

    0下载:
  2. 用c++实现的一个计算器的小程序,用到的数据结构是栈。是川大数据结构的实验,可以实现优先级的运算包括括号.-With c++ achieve a small calculator program stack data structure is used. This is a data structure Sichuan experiments can achieve priority operations include brackets, etc.
  3. 所属分类:Console

    • 发布日期:2017-03-24
    • 文件大小:2104
    • 提供者:Obama
  1. Calculator

    0下载:
  2. 运用堆栈知识写的一个计算器程序,并且有界面,添加了界面背景,按钮联网。运算时有时会有错误。-Apply knowledge to write a stack calculator program, and there are interfaces, add the interface background, buttons networking. Sometimes when computing error.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-10
    • 文件大小:17677820
    • 提供者:左镇纲
  1. calculator

    0下载:
  2. 用MFC写得一个计算器,功能全面,仅供参考,可以考虑用栈实现四则运算和带括号的运算-Using MFC write a calculator, full-featured, for reference only, consider using Stack four arithmetic operations and brackets
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:1993622
    • 提供者:xu
  1. jiandanjisuanqi

    0下载:
  2. c利用堆栈方法编写计算器可,实现小数的加、减、乘、除运算功能,并可进行行编辑功能(#表示退格,@表示退行)和括号匹配检验。-c using the method of preparation of the calculator stack can achieve decimal add, subtract, multiply, divide arithmetic functions, and can be line editing (# represents backspace, @ indic
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:241149
    • 提供者:龙儿
  1. calculator

    0下载:
  2. 写的一个计算器,用栈结构实现的,能够实现四则运算和指数运算-Write a calculator, use the stack structure, arithmetic and the index of operation can be implemented successfully
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:455021
    • 提供者:武泽伟
  1. calculator

    0下载:
  2. 一个使用栈的简易计算器,在学习数据结构中的一个小实验-A simple calculator using the stack, a small experiment in learning data structures! !
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:882472
    • 提供者:wangsi
  1. calculator

    0下载:
  2. 运用堆栈算法实现的可执行计算器,能够计算除 函数外的计算。-Executable stack algorithm using calculator can calculate calculate except outside the function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1510
    • 提供者:butterfly
  1. Calculator

    0下载:
  2. 用java实现的一个简易栈计算器,完成带括号的加减乘除运算。-a simple stack calculator,which achieves the calculation including bracket and+,-,*,/.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:1806
    • 提供者:董欣
  1. ~

    0下载:
  2. 基于堆栈的计算器,Stack-based calculator-Stack-based calculator
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2372
    • 提供者:HH
  1. Large-number-calculator

    0下载:
  2. 一般的计算器最多算到16位,这个可以算到堆栈溢出为止,试试吧-Large number calculator, calculator generally count up to 16, this can be considered to stack overflows, try it
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:19069
    • 提供者:venus
  1. Simple-calculator

    0下载:
  2. 用栈实现简单的加减乘除,并且可识别优先级及括号-Using stack to achieve simple arithmetic
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5027
    • 提供者:王雅
  1. calculator

    0下载:
  2. 实现简易的加减乘除运算,在VC环境下运行用到栈和队列的相关知识-Implement simple arithmetic operations, operating environment used in the VC stack and queue knowledge
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3468
    • 提供者:krystal
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com